home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / xcmd_eff.sit / Effect XCMD / card_2825.txt < prev    next >
Text File  |  1988-01-25  |  3KB  |  124 lines

  1. -- card: 2825 from stack: in
  2. -- bmap block id: 3589
  3. -- flags: 4000
  4. -- background id: 2583
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=381 top=314 right=338 bottom=504
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: ╔to Effects card
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card "Effects card"
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part 4 (button)
  29. -- low flags: 00
  30. -- high flags: A000
  31. -- rect: left=415 top=88 right=149 bottom=505
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1019 / 1019
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Go to next card
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   effect "to next card"
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 5 (button)
  48. -- low flags: 00
  49. -- high flags: A000
  50. -- rect: left=320 top=88 right=149 bottom=410
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 1019 / 1019
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Go to previous card
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   effect "to previous card"
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 6 (button)
  67. -- low flags: 00
  68. -- high flags: A000
  69. -- rect: left=320 top=154 right=215 bottom=410
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 1019 / 1019
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Play effects #1
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   effect "sounds"
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 7 (button)
  86. -- low flags: 00
  87. -- high flags: A000
  88. -- rect: left=415 top=154 right=215 bottom=505
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 1019 / 1019
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: Play effects #2
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   effect "other sounds"
  100. end mouseUp
  101.  
  102.  
  103.  
  104. -- part 2 (field)
  105. -- low flags: 81
  106. -- high flags: 2001
  107. -- rect: left=0 top=80 right=342 bottom=512
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 1
  111. -- font id: 3
  112. -- text size: 14
  113. -- style flags: 0
  114. -- line height: 15
  115. -- part name: About
  116.  
  117.  
  118. -- part contents for card part 2
  119. ----- text -----
  120. I found that in making stacks that are easy to use, I wanted the special effects and other stuff to be easy to change without actually going into the scripts.  This would be for convenience's sake, or to allow the user to change some effects without the intimidation associated with editing actual scripts.  I found that writing a script to implement this with the ΓÇ£doΓÇ¥ command was far too slow.  ΓÇ£DoΓÇ¥ only executes one line of HyperTalk, and I thought multiple lines would be more useful.  So I wrote EFFECT as an XCMD.  You use it like any HyperCard function, once you have installed it into your stack.
  121.  
  122. To install EFFECT, or any other XCMD or XFCN, you can use ResEdit, but I suggest the XCMD by Steve Maller called ResCopy, available through BMUG & other sources of user-supported software.
  123.  
  124. EFFECT is free, but it's Copyright ┬⌐ 1988 by Dan Wood.  It may be freely distributed, and only a REASONABLE duplication fee may be charged.  Specifically, EDUCOMP is prohibited from distributing this.